(prepare_to_modify_buffer): Set Vdeactivate_mark.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Mar 1993 09:33:13 +0000 (09:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Mar 1993 09:33:13 +0000 (09:33 +0000)
src/insdel.c

index 7b5b8e083c188b7b1103e13e6138f4ae0a09cb6d..bfbf76861f2a09a3624ccd6d7231c5cefec540c1 100644 (file)
@@ -1,5 +1,5 @@
 /* Buffer insertion/deletion and gap motion for GNU Emacs.
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -511,6 +511,8 @@ prepare_to_modify_buffer (start, end)
 #endif /* not CLASH_DETECTION */
 
   signal_before_change (start, end);
+
+  Vdeactivate_mark = Qt;
 }
 \f
 static Lisp_Object